home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / HST-MIRA.MDM < prev    next >
Text File  |  1990-07-27  |  7KB  |  217 lines

  1.  
  2.     ╔═══════════════════════╤════════════════════════════════════╗
  3.     ║ GT-Help Configuration │ Miracom HST Modem (untested)       ║
  4.     ╟───────────────────────┴────────────────────────────────────╢
  5.     ║ created by Harry Green (050/003)                 June 1990 ║
  6.     ╚════════════════════════════════════════════════════════════╝
  7.  
  8.     This configuration operates using Fixed DTE rate.
  9.  
  10.     Answering is controlled solely by GT (ie, S0=0 at all times).
  11.     This ensures that the modem does not answer calls at unwanted times.
  12.  
  13.     The setup leaves the modem in "MNP-optional" (&M4) mode, ie a MNP
  14.     connection will be established if the remote end supports it,
  15.     otherwise a non-MNP connection will be established.
  16.  
  17.     Assumptions:
  18.     -----------
  19.  
  20.     Dipswitches must be set (these are NOT factory defaults) :
  21.  
  22.         1       UP      DTR properly functional
  23.         2       UP      Verbose codes
  24.         3       DOWN    Result codes displayed
  25.         4       UP      Commands echoed
  26.         5       DOWN    Auto answer suppressed
  27.         6       UP      CD properly functional
  28.         7       -
  29.         8       DOWN    Commands enabled
  30.         9       DOWN    Escape sequence to command mode
  31.         10      DOWN    Load factory settings on power up
  32.  
  33.  
  34.     Customising
  35.     -----------
  36.  
  37.  
  38.     -------------------------------------------------------------------
  39.  
  40.     Fixed DTE rate ?
  41.  
  42. FD=TRUE
  43.  
  44.     -------------------------------------------------------------------
  45.  
  46.     BA= Default Baud Rate.  Usually the highest rate the DTE interface supports.
  47.  
  48. BA=19200
  49.  
  50.     -------------------------------------------------------------------
  51.  
  52.     MB= Maximum Baud Rate.  Usually the highest line rate the modem supports.
  53.  
  54. MB=9600
  55.  
  56.     -------------------------------------------------------------------
  57.     CS= Honor CTS from modem option.  Usually wanted, ALWAYS if fixed DTE rate.
  58.  
  59. CS=TRUE
  60.  
  61.     -------------------------------------------------------------------
  62.     Non-hayes setups.  If not applicable, leave them listed but empty to
  63.     ensure old contents are properly overwritten when transferred to GT.CNF.
  64.  
  65. S2=
  66. S4=
  67. S5=
  68. S6=
  69. S7=
  70. S8=
  71. P0=
  72. P1=
  73. P2=
  74. P3=
  75. P4=
  76. P5=
  77. P6=
  78. P7=
  79.     -------------------------------------------------------------------
  80.  
  81.     Standard Dialling Prefix.  You will want to change this to ATTD if
  82.     your phone line and modem both support tone dialling.
  83.  
  84. PR=ATPD
  85.  
  86.     -------------------------------------------------------------------
  87.  
  88.      PO= Dialing Post String.  Usually just a | (for carriage return).
  89.  
  90. PO=|
  91.  
  92.     -------------------------------------------------------------------
  93.  
  94.      HU= The modem hang-up string.  Normally keep it *empty* (DTR control).
  95.  
  96. HU=
  97.  
  98.     -------------------------------------------------------------------
  99.  
  100.     MI= Modem initialization string :
  101.  
  102.   - - - line length limit - - - - - - - ──┐
  103.                                           │
  104. MI=~AT&FB1&G2&B1&H1&M4S7=50S10=35
  105.  
  106.         &F      Resets factory defaults
  107.  
  108.         B1      CCITT answer sequence        ──┐  ┌── recommended if you
  109.                                                ├──┤   might receive calls
  110.         &G2     Use international guard tone ──┘  └── from Europe or UK.
  111.  
  112.         &B1     Fixed DTE working
  113.  
  114.         &H1     Enables hardware (CTS) flow control
  115.  
  116.         &M4     Enables MNP error correction
  117.  
  118.         X6      All response codes enabled   Maybe reduce this if problems, eg:
  119.                     Calling UK - max X2 if ringing decoded as busy.
  120.                     Generally - max X1 if line clicks decoded as busy.
  121.  
  122.         S7=50   Wait 50 seconds for carrier
  123.  
  124.         S10=35  Keep online until carrier lost for more than about
  125.                 3 seconds
  126.  
  127.     -------------------------------------------------------------------
  128.   ┌─────────────────────────────────────────────────────────────────┐
  129.   │ In most cases you probably won't need too many differences (the │
  130.   │ init string above will already have been sent).                 │
  131.   └─────────────────────────────────────────────────────────────────┘
  132.  
  133.      HO= Host mode, modem initialization string.
  134.  
  135. HO=~ATS2=255 S10=25|
  136.  
  137.         S2=255  stops command mode if user types +++
  138.  
  139.         S10=25  slightly tighter carrier monitoring when in host
  140.  
  141.     -------------------------------------------------------------------
  142.  
  143.      AS= Answer string.
  144.  
  145. AS=~ATA|
  146.  
  147.     -------------------------------------------------------------------
  148.   ┌─────────────────────────────────────────────────────────────────────┐
  149.   │ For uniformity we will set these both up as SPEAKER ON.  Users can  │
  150.   │ change it via the ALT-I command if they want something different.   │
  151.   └─────────────────────────────────────────────────────────────────────┘
  152.  
  153.      SY= Speaker command for initial dialling (change to M0 for speaker off)
  154.  
  155. SY=~ATM1|
  156.  
  157.     -------------------------------------------------------------------
  158.  
  159.      SN= Speaker command for repeat dialling (change to M0 for speaker off)
  160.  
  161. SN=~ATM1|
  162.  
  163.     -------------------------------------------------------------------
  164.  
  165.      FC= Forced Carrier.  You definitely don't want this.
  166.  
  167. FC=FALSE
  168.  
  169.     -------------------------------------------------------------------
  170.   ┌───────────────────────────────────────────────────────────────────────────┐
  171.   │ In the result codes section, you need to include all possible             │
  172.   │ result codes for the configuration you have set up, plus (if possible)    │
  173.   │ result codes for alternative error corrections that might get used in     │
  174.   │ terminal mode.                                                            │
  175.   │                                                                           │
  176.   │ Remember some modems return just CONNECT at 300 bauds, others CONNECT 300.│
  177.   │ Some V23 modems return CONNECT 7512 rather than 1275 on incoming calls.   │
  178.   └───────────────────────────────────────────────────────────────────────────┘
  179.  
  180.     RC= Result  codes.
  181.  
  182. RC=0,OK
  183. RC=1,CONNECT,CONNECT/ARQ
  184. RC=2,RING
  185. RC=3,NO CARRIER
  186. RC=4,ERROR
  187. RC=5,CONNECT 1200
  188. RC=6,NO DIALTONE
  189. RC=7,BUSY
  190. RC=8,
  191. RC=9,
  192. RC=10,CONNECT 2400
  193. RC=11,RINGING
  194. RC=12,VOICE
  195. RC=13,CONNECT 9600
  196. RC=14,
  197. RC=15,CONNECT 1200/ARQ
  198. RC=16,CONNECT 2400/ARQ
  199. RC=17,CONNECT 9600/ARQ
  200. RC=18,
  201. RC=19,
  202.  
  203.     -------------------------------------------------------------------
  204.  
  205.      HN= Off-hook string.  Sent to modem when the sysop logs on to GT locally.
  206.         Often used to make it go off-hook, though its not compulsory.
  207.  
  208. HN=~ATH1|
  209.  
  210.     -------------------------------------------------------------------
  211.  
  212.      HY= On-hook string.  Sent to modem when sysop logs off after local use
  213.  
  214. HY=~ATH0|
  215.  
  216.     *** END ***
  217.